func math/big.addAt
11 uses
math/big (current package)
nat.go#L381: func addAt(z, x nat, i int) {
nat.go#L477: addAt(z, t, k)
nat.go#L488: addAt(z, t, i)
nat.go#L490: addAt(z, t, i+k)
nat.go#L610: addAt(z, t, k)
nat.go#L611: addAt(z, t, k) // z = 2*x1*x0*b + x0^2
nat.go#L613: addAt(z, t, 2*k) // z = x1^2*b^2 + 2*x1*x0*b + x0^2
natdiv.go#L848: addAt(uu[s:], v[s:], 0)
natdiv.go#L857: addAt(z, qhat, j-B)
natdiv.go#L881: addAt(u[s:], v[s:], 0)
natdiv.go#L896: addAt(z, qhat.norm(), 0)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |